PGetLinks
Gets the number of linked files in the publication and the filename, type
(text, EPS, TIFF, PICT), and a page on which each linked file appears.
Query results
PGetLinks is a subclass of PListQuery. This query returns a list of information about the links in a publication.
Make sure that PListQuery::Count() > 0 before referencing these fields.
const char * fFilename;
Name (including path) of linked file.
const char * sKind;
"text"for text
"EPS" for EPS
"TIFF" for TIFF
"PICT" for PICT
short nPage;
a number between 1 and 999
-3 for left master page
-4 for right master page
-5 for pasteboard
-6 for overset page
-7 for unplaced story
See also
The PGetLinkOptions and PGetLinkInfo
queries
The PLinkOptions and
PRelink commands
Copyright © 1996, Adobe Systems Incorporated. All rights reserved.
Comments or suggestions? Contact Adobe
Developer Support